Modules
- Re-exports important traits. Consider glob-importing.
Structs
Enums
- Represents a ZMQ Endpoint.
- Represents a host address. Does not include the port, and may be either an ip address or a domain name
- The type of transport used by a given endpoint
Traits
- Marker trait that express the fact that only certain types of sockets might be used in proxy function as a capture parameter
- Represents a type that can be converted into an
Endpoint
.